'宣言
Public Function CompareTo( _ ByVal other As CacheNode(Of TKey,TValue) _ ) As Integer
public int CompareTo( CacheNode<TKey,TValue> other )
パラメータ
- other
- 比較するCacheNodeインスタンス。
'宣言
Public Function CompareTo( _ ByVal other As CacheNode(Of TKey,TValue) _ ) As Integer
public int CompareTo( CacheNode<TKey,TValue> other )